Welcome![Sign In][Sign Up]
Location:
Search - The genetic algorithm for TSP

Search list

[matlabTSP

Description: TSP( Traveling Salesman Problem) is a typical NP complete problem ,genetic algorithm is the perfect method for solving NP complete problem. -TSP (Traveling Salesman Problem) is a typical NP complete problem, genetic algorithm is the perfect method for solving NP complete problem.
Platform: | Size: 530432 | Author: maolei | Hits:

[AI-NN-PRGP

Description: 遗传算法求解TSP问题的源码.遗传代数和种群规模比较大,所以整个求解过程比较长-Genetic Algorithm for TSP problem source. Hereditary algebra and relatively large population size, so the whole process of solving a long
Platform: | Size: 3072 | Author: alen | Hits:

[AI-NN-PRsimfire

Description: 遗传算法求解TSP问题,内附有遗传算法基本原理,程序已验证-Genetic Algorithm for TSP problem, containing the basic principles of genetic algorithm has the process had been made to verify
Platform: | Size: 9216 | Author: steawen | Hits:

[AI-NN-PRGA-TSP

Description: 利用遗传算法求解TSP的源代码程序 可以精确求出50城市-The use of genetic algorithm to solve TSP program source code can be precisely calculated 50 cities
Platform: | Size: 9216 | Author: zhouye | Hits:

[matlabga-for-tsp

Description: 利用遗传算法解决50个城市tsp问题,适合初学者。-The use of genetic algorithm to solve the issue of 50 cities tsp, suitable for beginners.
Platform: | Size: 3072 | Author: dayong | Hits:

[AI-NN-PRGeneric-Algorithm-for-TSP

Description: 运用优化遗传算法解决100个城市的TSP问题,即要选定一条从驻地出发,经过每个城市一遍,最后回到驻地的路线,使总的路程最小。-Optimize the use of genetic algorithms to solve 100 cities TSP problem, which was to select a departure from the resident, after each city once again, and finally returned to the resident s line, bringing the total minimum distance.
Platform: | Size: 1235968 | Author: 李佳鹤 | Hits:

[AI-NN-PRtspsa

Description:  针对基于遗传算法的TSP 问题求解, 尝试了多种遗传操作, 分析了这些操作在遗传算法中的作用, 讨论了基因片段保序在利用遗传算法求解TSP 问题中的重要性.-Based on Genetic Algorithm for TSP Problem Solving, try a variety of genetic manipulation, analysis of these operations at the role of genetic algorithm discussed Ordering gene fragments at the use of genetic algorithm to solve problem of the importance of TSP.
Platform: | Size: 865280 | Author: | Hits:

[OtherGenetic-Ant

Description: 遗传算法和蚂蚁算法融合的代码,比较好的利用了两种代码的优点,有很好的参考价值-Genetic Algorithm and Ant Algorithm code integration, better use of the advantages of two kinds of code, have a good reference value
Platform: | Size: 182272 | Author: liuhui | Hits:

[AI-NN-PRTSP_GA

Description: 《智能优化算法》课的作业,用遗传算法解TSP问题。其间遇到了收敛速度慢的问题,也是在这个网找到了解决方案。大家下载的应该都是那个VC6的Windows程序。我这个是从零开始写的,大家看起来应该容易懂些。C++的Console程序,VC2005下编译。全部用STL,所以旧的编译器可能会有点问题。压缩包内有谢胜利的论文:《TSP遗传算法的改进》。正是用他的贪婪交配才使得10代左右解就收敛到很好。再次赞一下!-" Intelligent Optimization Algorithms" course work, with the issue of Genetic Algorithm for TSP. Which encountered the problem of slow convergence is also found in the network solution. We should all download the Windows program that VC6. I wrote this from scratch, we should look more easy to understand. C++ the Console program, VC2005 compiled under. All use of STL, the compiler is why the old might be a problem. Compressed packet, there are papers to thank the victory: " TSP to improve the genetic algorithm." It is mating with his greed makes on behalf of about 10 on the convergence to good solutions. Praise again!
Platform: | Size: 599040 | Author: | Hits:

[matlabVRP_GA

Description: 用GA遗传算法求解VRP车辆配送问题,以及VRP的特殊情况TSP旅行商问题-GA Genetic Algorithm for VRP with the distribution of vehicles, as well as the special circumstances of VRP Traveling Salesman Problem TSP
Platform: | Size: 1024 | Author: yourchen | Hits:

[Windows DevelopTSP

Description: This the program for the TSP problem utilizing genetic algorithm.-This is the program for the TSP problem utilizing genetic algorithm.
Platform: | Size: 109568 | Author: Junseok Kwon | Hits:

[Mathimatics-Numerical algorithmsTSP

Description: 遗传算法求解经典的旅行商(TSP)问题。图形化界面,可以选择大/中/小地图文件,并演示进化的过程。中/小地图在默认代数下一般都可以找到最优解。-Genetic Algorithm for the classic TSP problem. Graphical interface, you can choose large/medium/small map files, and demonstrates evolutionary process. Medium/small maps in the default algebra can generally be found under the optimal solution.
Platform: | Size: 304128 | Author: PanHao | Hits:

[AI-NN-PRtsp

Description: 遗传算法求解中国旅行商的问题包含45个中国城市的相对坐标-Genetic Algorithm for Traveling Salesman problem in China in 45 Chinese cities including the relative coordinates
Platform: | Size: 5402624 | Author: zhaolei | Hits:

[AI-NN-PRGA-TSP

Description: 遗传算法求解TSP问题。包含6个文件。用matlab打开gatsp1.m,点击运行即可以得出结果。distTSP.txt文件包含了城市数据。如果更改了城市数,则须修改gatsp1.m文件中的N参数。-Genetic algorithm for TSP. Contains 6 files. Using matlab to open gatsp1.m, click on the results of running that can be drawn. distTSP.txt file contains the city data. If you change the number of cities, the document shall be modified gatsp1.m N argument.
Platform: | Size: 11264 | Author: | Hits:

[OtherPSO-for-TSP-of-51-city

Description: 为本人毕业设计里,粒子群算法的一个应用,求解51个城市的TSP问题,城市的个数和位置都可以改动,并与遗传算法求解的结果进行对比!-I graduated from the design, the application of the particle swarm algorithm for solving the 51 cities TSP problem, the number and location of the city can be altered, and compared with the results of the genetic algorithm!
Platform: | Size: 10240 | Author: lin | Hits:

[matlabGN-for-TSP

Description: 基于遗传算法的tsp问题的实现,可以绘制迭代过程图,供初学遗传算法者学习。-Based on the realization of the genetic algorithm tsp problem, you can draw a diagram of the iterative process, learning for beginners genetic algorithm.
Platform: | Size: 13312 | Author: 一休 | Hits:

[assembly languageTSP---Matlab

Description: 将遗传算法用于旅行商问题求最佳路径的算法,程序简单易懂-The genetic algorithm for traveling salesman problem the optimal path algorithm, program is simple and easy to understand
Platform: | Size: 32768 | Author: zjy | Hits:

[Other systemsGA-for-course-tsp

Description: 用matlab编写的用遗传算法求解TSP问题的源代码,程序简单,效率高,可靠性好-Prepared using matlab genetic algorithm for TSP source code, the program is simple, high efficiency, good reliability
Platform: | Size: 4096 | Author: 晓天 | Hits:

[AI-NN-PRTSP

Description: 用于遗传算法的TSP算法,应用时可根据具体去哪里做适当修改-Genetic Algorithm for TSP algorithm, according to the specific application can make the appropriate changes where
Platform: | Size: 9216 | Author: 张艳伟 | Hits:

[Software EngineeringTSP-MATLAB-CODE

Description: 用改进遗传算法求解TSP问题,并编制了完整的Matlab程序予以仿真实现.程序中选择算子采用最佳个体保存与赌轮选择相结合的策略,最后分析了最佳个体保存比例对寻优效果的影响. 更多还原-Improved genetic algorithm for TSP, and the preparation of a complete Matlab simulation program to be achieved. Program, select the operator uses the best individual preservation and roulette wheel selection strategy of combining, the final analysis of the optimal ratio of individual saving optimization results impact. more reduction
Platform: | Size: 162816 | Author: 王斌 | Hits:
« 1 23 4 5 6 7 8 »

CodeBus www.codebus.net